JDMCreator / LaTeXTableEditor

readme
MIT License
137 stars 14 forks source link

Can't import this table #96

Closed Alby0n closed 1 month ago

Alby0n commented 1 month ago

Describe the bug Can't import this table

Answer the following questions

  1. Which browser are you using: Microsoft edge

Related LaTeX code

Insert any related LaTeX code here:

% \usepackage{tabularray}
\begin{table} [H}
\centering
\resizebox{\linewidth}{!}{%
\begin{tblr}{
  hlines,
  vlines,
}
\textbf{Title year} & {Hasan, R.,Hasan, R. (2021). Bluetooth Low Energy (BLE) Beacon-Based Micro-Positioning for \\Pedestrians Using Smartphones in Urban Environments. In: Paiva, S. (eds) Precision Positioning \\with Commercial Smartphones in Ur- ban Environments. EAI/Springer Innovations in \\Communication and Computing. Springer, Cham}\\
\textbf{Problem} & {The chapter addresses the challenge of providing accurate positioning for pedestrians in urban \\environments using commercial smartphones, where global navigation satellite system (GNSS) \\signals are often degraded or unavailable due to obstacles such as tall buildings.}\\
\textbf{Contributions} & {Presents a Bluetooth Low Energy (BLE) beacon-based micro-positioning system for pedestrians using smartphones\\in urban environments. \\Develops a novel algorithm for estimating the pedestrian's position using the received signal strength indicator\\(RSSI) from multiple BLE beacons. \\Evaluates the performance of the proposed system through experiments in an urban setting.}\\
\textbf{Limitations} & {The system relies on the deployment of BLE beacons in the environment, which may not be feasible in all urban\\areas. \\The accuracy of the positioning estimation is dependent on the number and placement of the BLE beacons, which\\is not addressed in detail. \\The study does not consider the impact of dynamic environmental factors, such as pedestrian movement and\\interference, on the BLE signal propagation.}
\end{tblr}
}
\caption{Bluetooth Low Energy (BLE) Beacon-Based Micro-Positioning for Pedestrians Using Smartphones in Urban Environments.}
\end{table}